::|CONTENTS
- Capabilities
- Quick set up
- Links for further development
- See also
A MML compiler to make music on the Game Boy Advance.
Capabilities
GBA MML Music Player lets you compose MML songs by using the Mabinogi and mjapa.jp styles. It produces
.gba ROMs, which can be submitted to the
gba (format).
Only the PSG channels are supported, you can't import any sample.
Quick set up
Download GBA MML Music Player
on GitHub, you can find the latest stable version on the
Releases page.
Configuration
To produce a GBA ROM from your MML song, you need to have the following programs installed on your computer: gcc, make and the GNU Arm Embedded Toolchain.
A simple way to install all these components is to install
devkitPro instead. This is a framework to develop homebrew games on multiple consoles, including the Game Boy Advance. Detailed instructions on setting it up and using it from the command line are available on the
Maxmod lyceum page.
Then open a shell and follow the instructions from the
README file (this is what is shown on GitHub).
Composing
Documentation about the MML syntax is available both in the
README file and in the
MML Style Overview manual.
Links for further development
GBA MML Music Player is still under development, sources are available
on GitHub!
See also
All related Lyceum articles:
referencing to:
-
Maxmod
-
gba (format)
referenced from:
-
GameBoy Advance
-
gba (format)
-
MML